home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 CISC / NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso / NextApps / Mail.app / Swedish.lproj / sound.nib / data.classes next >
Text File  |  1992-06-05  |  332b  |  29 lines

  1. ScrollingSound = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     orderFrontNXColorPanel:;
  7.     performResize:;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. SoundEdit = {
  12.     ACTIONS = {
  13.     record:;
  14.     ok:;
  15.     stop:;
  16.     play:;
  17.     load:;
  18.     };
  19.     OUTLETS = {
  20.     win;
  21.     record;
  22.     play;
  23.     view;
  24.     stop;
  25.     appIcon;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.